home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _APPPRINT_
- #define _APPPRINT_
-
- #if PIGS_SHELL_PRINT
-
- #ifndef _WIN_
- #include "win.h"
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC FUNCTION PROTOTYPES
- |**| ==============================================================================
- \**/
- void DoAppPageSetupCommand ( winHandle win ) ;
- void DoAppPrintCommand ( winHandle win ) ;
- void DoAppPrintOneCommand ( winHandle win ) ;
- OSErr DoAppGetPrintStrutures ( winHandle win ) ;
- OSErr DoAppGetPageSize ( winHandle win, Rect *pageRect ) ;
- OSErr DoAppPrintLoop ( winHandle win ) ;
-
-
- #endif
-
- #endif